SWError.h File Reference
#include <memory>
Include dependency graph for SWError.h:
Go to the source code of this file.
Define Documentation
#define AFX_SWERROR_H__4812BCB5_15D1_41BA_B301_875749CA0448__INCLUDED_ |
|
#define SWSERVICES_API __declspec(dllimport) |
|
#define SWERROR_MESSAGE |
( |
strCaption, |
|
|
strMessage |
|
) |
|
|
|
Value: Posts a new error message to the Server Watch error console. - Parameters:
-
| strCaption | The error heading text. This usually defines the topic the error fits under. |
| strMessage | The text of the actual error. |
|
#define SWDEBUG_ERROR |
( |
strCaption, |
|
|
strMessage |
|
) |
SWDEBUG_ERROR_IMPL(strCaption, strMessage) |
|
|
Posts a new error message to the Server Watch error console if the plugin was compiled in debug mode. - Parameters:
-
| strCaption | The error heading text. This usually defines the topic the error fits under. |
| strMessage | The text of the actual error. |
|
#define SWDEBUG_ERROR_IMPL |
( |
strCaption, |
|
|
strMessage |
|
) |
((void)0) |
|
Variable Documentation